.contactButton {
    background-color: brown;
    color: azure;
    font-size: 2.5rem;
    text-align: center;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 10%;
}

.contactButton a {
    text-decoration: none;
    font: bolder;
    color: azure;
    padding: 50px;
}

.contactButton:hover {
    color: rgb(52, 41, 41);
    background-color: rgb(221, 153, 153);

}

.contactButton a:hover {
    text-decoration: none;
    font: bolder;
    color: rgb(52, 41, 41);
}